Uses of Class
negotiator.qualitymeasures.Trace

Packages that use Trace
negotiator.qualitymeasures   
 

Uses of Trace in negotiator.qualitymeasures
 

Methods in negotiator.qualitymeasures that return types with arguments of type Trace
 java.util.ArrayList<Trace> TraceLoader.loadTraces(java.lang.String mainDir, java.lang.String logPath)
           
 java.util.ArrayList<Trace> TraceLoader.process(java.lang.String mainDir, java.lang.String logPath)
           
 

Constructors in negotiator.qualitymeasures with parameters of type Trace
CSVlogger(java.lang.String path, Trace trace)
           
NegotiationSessionWrapper(Trace trace, java.lang.String mainPath)
          Given a trace, and the path to the file where to load the utility profile, construct a negotiation session.